admin: Add an "undeploy" command
authorColin Walters <walters@verbum.org>
Tue, 23 Jul 2013 13:19:24 +0000 (09:19 -0400)
committerColin Walters <walters@verbum.org>
Tue, 23 Jul 2013 13:19:24 +0000 (09:19 -0400)
commit3d7bff2d4110b7e2cd8495c3870a523faa3e7224
tree15b7d03203fe23985766bbe9e65d7786840ef5a5
parent67823beb1f2c7bfddfc78e62616b77d197c66e67
admin: Add an "undeploy" command

Otherwise it's really easy to keep accumulating deployments.  Also, we
may want to run this after rebooting, so we're back down to one
operating system.
Makefile-ostree.am
src/ostree/ot-admin-builtin-undeploy.c [new file with mode: 0644]
src/ostree/ot-admin-builtins.h
src/ostree/ot-admin-deploy.c
src/ostree/ot-admin-deploy.h
src/ostree/ot-builtin-admin.c
tests/test-admin-deploy-1.sh